Apply the initial log-edit tweaks discussed at emacs-devel
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 1 Dec 2013 04:13:50 +0000 (06:13 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 1 Dec 2013 04:13:50 +0000 (06:13 +0200)
commitab1938ab5cff3632f059387acf674ea930b35309
tree0c865bc432df52061729ff84255a0022cc6cae78
parent4197b450acbab18bd291e02fd14604fdbe9afb13
Apply the initial log-edit tweaks discussed at emacs-devel
* .dir-locals.el: (log-edit-move): Add the "Author: " header.

* lisp/vc/log-edit.el (log-edit-mode-map): Add binding for
`log-edit-beginning-of-line'.
(log-edit-setup-add-author): New user option.
(log-edit-beginning-of-line): New command.
(log-edit): Move major mode call above the contents setup so that
the local variable values are already applied.
(log-edit): Only insert "Author: " when
`log-edit-setup-add-author' is non-nil.
(log-edit): When SETUP is non-nil, position point after ": "
instead of point-min.
.dir-locals.el
ChangeLog
lisp/ChangeLog
lisp/vc/log-edit.el